Feature: Publicar un post nueva

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
0m 25.287s

Scenario: Publicación de un post nuevo y validación de disponibilidad en la aplicación.

Before 0m 2.778s
Given I navigate to page "<URL>" 0m 1.940s
And I login with username "<USERNAME>" and password "<PASSWORD>" 0m 1.772s
And I wait for 2 seconds 0m 2.941s
And I go to posts tab 0m 1.312s
When I create a new post with title "$string_1" and content "$string_2" 0m 3.186s
And I publish the current post 0m 4.789s
And I wait for 1 seconds 0m 1.419s
Then I go back to post list 0m 1.236s
And I wait for 1 seconds 0m 1.454s
And I verified that the post with title "$$string_1" is on the post list 0m 0.482s
And I verified that the post with title "$$string_1" is available in the webpage 0m 1.953s
After 0m 0.025s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "<URL>"
And I login with username "<USERNAME>" and password "<PASSWORD>"
And I wait for 2 seconds
And I go to posts tab
When I create a new post with title "$string_1" and content "$string_2"
And I publish the current post
And I wait for 1 seconds
Then I go back to post list
And I wait for 1 seconds
And I verified that the post with title "$$string_1" is on the post list
And I verified that the post with title "$$string_1" is available in the webpage
After
NO IMAGE AVAILABLE